records
Monthly Eurostar - London Route trains punctuality
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"stiptheid-van-eurostar-treinen",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/stiptheid-van-eurostar-treinen"
}
] - "definitions":{
- "stiptheid-van-eurostar-treinen":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/stiptheid-van-eurostar-treinen_records"
}
}
} - "records":
} - "properties":
- "stiptheid-van-eurostar-treinen_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "jaar":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "maand1":,{
- "type":"string",
- "format":"date",
- "title":"Month",
- "description":""
} - "tot":,{
- "type":"integer",
- "title":"Number of operated Eurostar trains",
- "description":""
} - "regnet_nmbs":,{
- "type":"integer",
- "title":"Number of Eurostar trains with a delay inferior to 6 minutes operated on Infrabel's network",
- "description":""
} - "nmbs":{
- "type":"number",
- "title":"Punctuality of Eurostar trains on Infrabel's network",
- "description":"",
- "unit":"%"
}
} - "jaar":
}
} - "fields":
} - "properties":
} - "stiptheid-van-eurostar-treinen":
}